A. Response.Cache.SetNoServerCaching();
B. Response.Cache.SetNoCaching();
C. Response.Cache.SetNoStore();
D. None of these
Advertisement
Related Mcqs:
- When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
- A. HTML B. WML C. JSP D. XML...
- When a .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
- A. XML B. HTML C. WML D. All of the above...
- In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
- A. System.Activator B. ProxyWebPartManager C. WebPartManager D. None of these...
- In ASP.NET page framework an automatic way to associate page events and methods is______________?
- A. It is not possible to set automatically page events and methods B. AutoEventWireup attribute of the Page directive is set to False C. AutoEventWireup attribute of the Page directive is set to true D. All of the above...
- Select the caching type supported by ASP.Net?
- A. DataCaching B. Output Caching C. Both A and B D. None of these...
- Which of these data source controls do not implement Caching ?
- A. LinqDataSource B. XmlDataSource C. SqlDataSource D. ObjectDataSource...
- Caching type supported by ASP.Net ?
- A. Output Caching B. DataCaching C. Both A and B D. None of these...
- The number of forms that can be added to a aspx page is______________?
- A. 1 B. 2 C. 3 D. More than 3...
- We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
- A. page_laod event in aspx page B. page_load event in code-behind C. both will run simultaneously D. None of these...
- What namespace does the Web page belong in the .NET Framework class hierarchy ?
- A. System.Windows.Page B. System.Web.page C. System.web.UI.Page D. None of these...
Advertisement